v1alpha1

package
v0.0.0-...-4b4ec10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=nsxt_policy_ipsec_vpn_dpd_profile.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "nsxt_policy_ipsec_vpn_dpd_profile.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	PolicyIpsecVpnDpdProfile_Kind             = "PolicyIpsecVpnDpdProfile"
	PolicyIpsecVpnDpdProfile_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: PolicyIpsecVpnDpdProfile_Kind}.String()
	PolicyIpsecVpnDpdProfile_KindAPIVersion   = PolicyIpsecVpnDpdProfile_Kind + "." + CRDGroupVersion.String()
	PolicyIpsecVpnDpdProfile_GroupVersionKind = CRDGroupVersion.WithKind(PolicyIpsecVpnDpdProfile_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type PolicyIpsecVpnDpdProfile

type PolicyIpsecVpnDpdProfile struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.displayName)",message="displayName is a required parameter"
	Spec   PolicyIpsecVpnDpdProfileSpec   `json:"spec"`
	Status PolicyIpsecVpnDpdProfileStatus `json:"status,omitempty"`
}

PolicyIpsecVpnDpdProfile is the Schema for the PolicyIpsecVpnDpdProfiles API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,nsxt}

func (*PolicyIpsecVpnDpdProfile) GetCondition

GetCondition of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) GetConnectionDetailsMapping

func (tr *PolicyIpsecVpnDpdProfile) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this PolicyIpsecVpnDpdProfile

func (*PolicyIpsecVpnDpdProfile) GetDeletionPolicy

func (mg *PolicyIpsecVpnDpdProfile) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) GetID

func (tr *PolicyIpsecVpnDpdProfile) GetID() string

GetID returns ID of underlying Terraform resource of this PolicyIpsecVpnDpdProfile

func (*PolicyIpsecVpnDpdProfile) GetManagementPolicy

func (mg *PolicyIpsecVpnDpdProfile) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) GetObservation

func (tr *PolicyIpsecVpnDpdProfile) GetObservation() (map[string]any, error)

GetObservation of this PolicyIpsecVpnDpdProfile

func (*PolicyIpsecVpnDpdProfile) GetParameters

func (tr *PolicyIpsecVpnDpdProfile) GetParameters() (map[string]any, error)

GetParameters of this PolicyIpsecVpnDpdProfile

func (*PolicyIpsecVpnDpdProfile) GetProviderConfigReference

func (mg *PolicyIpsecVpnDpdProfile) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) GetProviderReference

func (mg *PolicyIpsecVpnDpdProfile) GetProviderReference() *xpv1.Reference

GetProviderReference of this PolicyIpsecVpnDpdProfile. Deprecated: Use GetProviderConfigReference.

func (*PolicyIpsecVpnDpdProfile) GetPublishConnectionDetailsTo

func (mg *PolicyIpsecVpnDpdProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) GetTerraformResourceType

func (mg *PolicyIpsecVpnDpdProfile) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this PolicyIpsecVpnDpdProfile

func (*PolicyIpsecVpnDpdProfile) GetTerraformSchemaVersion

func (tr *PolicyIpsecVpnDpdProfile) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*PolicyIpsecVpnDpdProfile) GetWriteConnectionSecretToReference

func (mg *PolicyIpsecVpnDpdProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) LateInitialize

func (tr *PolicyIpsecVpnDpdProfile) LateInitialize(attrs []byte) (bool, error)

LateInitialize this PolicyIpsecVpnDpdProfile using its observed tfState. returns True if there are any spec changes for the resource.

func (*PolicyIpsecVpnDpdProfile) SetConditions

func (mg *PolicyIpsecVpnDpdProfile) SetConditions(c ...xpv1.Condition)

SetConditions of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) SetDeletionPolicy

func (mg *PolicyIpsecVpnDpdProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) SetManagementPolicy

func (mg *PolicyIpsecVpnDpdProfile) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) SetObservation

func (tr *PolicyIpsecVpnDpdProfile) SetObservation(obs map[string]any) error

SetObservation for this PolicyIpsecVpnDpdProfile

func (*PolicyIpsecVpnDpdProfile) SetParameters

func (tr *PolicyIpsecVpnDpdProfile) SetParameters(params map[string]any) error

SetParameters for this PolicyIpsecVpnDpdProfile

func (*PolicyIpsecVpnDpdProfile) SetProviderConfigReference

func (mg *PolicyIpsecVpnDpdProfile) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) SetProviderReference

func (mg *PolicyIpsecVpnDpdProfile) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this PolicyIpsecVpnDpdProfile. Deprecated: Use SetProviderConfigReference.

func (*PolicyIpsecVpnDpdProfile) SetPublishConnectionDetailsTo

func (mg *PolicyIpsecVpnDpdProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this PolicyIpsecVpnDpdProfile.

func (*PolicyIpsecVpnDpdProfile) SetWriteConnectionSecretToReference

func (mg *PolicyIpsecVpnDpdProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this PolicyIpsecVpnDpdProfile.

type PolicyIpsecVpnDpdProfileList

type PolicyIpsecVpnDpdProfileList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []PolicyIpsecVpnDpdProfile `json:"items"`
}

PolicyIpsecVpnDpdProfileList contains a list of PolicyIpsecVpnDpdProfiles

func (*PolicyIpsecVpnDpdProfileList) GetItems

GetItems of this PolicyIpsecVpnDpdProfileList.

type PolicyIpsecVpnDpdProfileObservation

type PolicyIpsecVpnDpdProfileObservation struct {

	// Description for this resource
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Display name for this resource
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	DpdProbeInterval *float64 `json:"dpdProbeInterval,omitempty" tf:"dpd_probe_interval,omitempty"`

	DpdProbeMode *string `json:"dpdProbeMode,omitempty" tf:"dpd_probe_mode,omitempty"`

	Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// NSX ID for this resource
	NsxID *string `json:"nsxId,omitempty" tf:"nsx_id,omitempty"`

	// Policy path for this resource
	Path *string `json:"path,omitempty" tf:"path,omitempty"`

	RetryCount *float64 `json:"retryCount,omitempty" tf:"retry_count,omitempty"`

	// The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected
	Revision *float64 `json:"revision,omitempty" tf:"revision,omitempty"`

	// Set of opaque identifiers meaningful to the user
	Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"`
}

type PolicyIpsecVpnDpdProfileParameters

type PolicyIpsecVpnDpdProfileParameters struct {

	// Description for this resource
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Display name for this resource
	// +kubebuilder:validation:Optional
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	// +kubebuilder:validation:Optional
	DpdProbeInterval *float64 `json:"dpdProbeInterval,omitempty" tf:"dpd_probe_interval,omitempty"`

	// +kubebuilder:validation:Optional
	DpdProbeMode *string `json:"dpdProbeMode,omitempty" tf:"dpd_probe_mode,omitempty"`

	// +kubebuilder:validation:Optional
	Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"`

	// NSX ID for this resource
	// +kubebuilder:validation:Optional
	NsxID *string `json:"nsxId,omitempty" tf:"nsx_id,omitempty"`

	// +kubebuilder:validation:Optional
	RetryCount *float64 `json:"retryCount,omitempty" tf:"retry_count,omitempty"`

	// Set of opaque identifiers meaningful to the user
	// +kubebuilder:validation:Optional
	Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"`
}

type PolicyIpsecVpnDpdProfileSpec

type PolicyIpsecVpnDpdProfileSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     PolicyIpsecVpnDpdProfileParameters `json:"forProvider"`
}

PolicyIpsecVpnDpdProfileSpec defines the desired state of PolicyIpsecVpnDpdProfile

type PolicyIpsecVpnDpdProfileStatus

type PolicyIpsecVpnDpdProfileStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        PolicyIpsecVpnDpdProfileObservation `json:"atProvider,omitempty"`
}

PolicyIpsecVpnDpdProfileStatus defines the observed state of PolicyIpsecVpnDpdProfile.

type TagObservation

type TagObservation struct {
	Scope *string `json:"scope,omitempty" tf:"scope,omitempty"`

	Tag *string `json:"tag,omitempty" tf:"tag,omitempty"`
}

type TagParameters

type TagParameters struct {

	// +kubebuilder:validation:Optional
	Scope *string `json:"scope,omitempty" tf:"scope,omitempty"`

	// +kubebuilder:validation:Optional
	Tag *string `json:"tag,omitempty" tf:"tag,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL