Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtpolicyipsecvpndpdprofile.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type PolicyIpsecVpnDpdProfile
- func (in *PolicyIpsecVpnDpdProfile) DeepCopy() *PolicyIpsecVpnDpdProfile
- func (in *PolicyIpsecVpnDpdProfile) DeepCopyInto(out *PolicyIpsecVpnDpdProfile)
- func (in *PolicyIpsecVpnDpdProfile) DeepCopyObject() runtime.Object
- func (mg *PolicyIpsecVpnDpdProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *PolicyIpsecVpnDpdProfile) GetConnectionDetailsMapping() map[string]string
- func (mg *PolicyIpsecVpnDpdProfile) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *PolicyIpsecVpnDpdProfile) GetID() string
- func (mg *PolicyIpsecVpnDpdProfile) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *PolicyIpsecVpnDpdProfile) GetObservation() (map[string]any, error)
- func (tr *PolicyIpsecVpnDpdProfile) GetParameters() (map[string]any, error)
- func (mg *PolicyIpsecVpnDpdProfile) GetProviderConfigReference() *xpv1.Reference
- func (mg *PolicyIpsecVpnDpdProfile) GetProviderReference() *xpv1.Reference
- func (mg *PolicyIpsecVpnDpdProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *PolicyIpsecVpnDpdProfile) GetTerraformResourceType() string
- func (tr *PolicyIpsecVpnDpdProfile) GetTerraformSchemaVersion() int
- func (mg *PolicyIpsecVpnDpdProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *PolicyIpsecVpnDpdProfile) LateInitialize(attrs []byte) (bool, error)
- func (mg *PolicyIpsecVpnDpdProfile) SetConditions(c ...xpv1.Condition)
- func (mg *PolicyIpsecVpnDpdProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *PolicyIpsecVpnDpdProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *PolicyIpsecVpnDpdProfile) SetObservation(obs map[string]any) error
- func (tr *PolicyIpsecVpnDpdProfile) SetParameters(params map[string]any) error
- func (mg *PolicyIpsecVpnDpdProfile) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *PolicyIpsecVpnDpdProfile) SetProviderReference(r *xpv1.Reference)
- func (mg *PolicyIpsecVpnDpdProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *PolicyIpsecVpnDpdProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type PolicyIpsecVpnDpdProfileList
- func (in *PolicyIpsecVpnDpdProfileList) DeepCopy() *PolicyIpsecVpnDpdProfileList
- func (in *PolicyIpsecVpnDpdProfileList) DeepCopyInto(out *PolicyIpsecVpnDpdProfileList)
- func (in *PolicyIpsecVpnDpdProfileList) DeepCopyObject() runtime.Object
- func (l *PolicyIpsecVpnDpdProfileList) GetItems() []resource.Managed
- type PolicyIpsecVpnDpdProfileObservation
- type PolicyIpsecVpnDpdProfileParameters
- type PolicyIpsecVpnDpdProfileSpec
- type PolicyIpsecVpnDpdProfileStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtpolicyipsecvpndpdprofile.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
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 )
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) DeepCopy ¶
func (in *PolicyIpsecVpnDpdProfile) DeepCopy() *PolicyIpsecVpnDpdProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnDpdProfile.
func (*PolicyIpsecVpnDpdProfile) DeepCopyInto ¶
func (in *PolicyIpsecVpnDpdProfile) DeepCopyInto(out *PolicyIpsecVpnDpdProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PolicyIpsecVpnDpdProfile) DeepCopyObject ¶
func (in *PolicyIpsecVpnDpdProfile) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PolicyIpsecVpnDpdProfile) GetCondition ¶
func (mg *PolicyIpsecVpnDpdProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
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) DeepCopy ¶
func (in *PolicyIpsecVpnDpdProfileList) DeepCopy() *PolicyIpsecVpnDpdProfileList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnDpdProfileList.
func (*PolicyIpsecVpnDpdProfileList) DeepCopyInto ¶
func (in *PolicyIpsecVpnDpdProfileList) DeepCopyInto(out *PolicyIpsecVpnDpdProfileList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PolicyIpsecVpnDpdProfileList) DeepCopyObject ¶
func (in *PolicyIpsecVpnDpdProfileList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PolicyIpsecVpnDpdProfileList) GetItems ¶
func (l *PolicyIpsecVpnDpdProfileList) GetItems() []resource.Managed
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"` }
func (*PolicyIpsecVpnDpdProfileObservation) DeepCopy ¶
func (in *PolicyIpsecVpnDpdProfileObservation) DeepCopy() *PolicyIpsecVpnDpdProfileObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnDpdProfileObservation.
func (*PolicyIpsecVpnDpdProfileObservation) DeepCopyInto ¶
func (in *PolicyIpsecVpnDpdProfileObservation) DeepCopyInto(out *PolicyIpsecVpnDpdProfileObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
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"` }
func (*PolicyIpsecVpnDpdProfileParameters) DeepCopy ¶
func (in *PolicyIpsecVpnDpdProfileParameters) DeepCopy() *PolicyIpsecVpnDpdProfileParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnDpdProfileParameters.
func (*PolicyIpsecVpnDpdProfileParameters) DeepCopyInto ¶
func (in *PolicyIpsecVpnDpdProfileParameters) DeepCopyInto(out *PolicyIpsecVpnDpdProfileParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PolicyIpsecVpnDpdProfileSpec ¶
type PolicyIpsecVpnDpdProfileSpec struct { v1.ResourceSpec `json:",inline"` ForProvider PolicyIpsecVpnDpdProfileParameters `json:"forProvider"` }
PolicyIpsecVpnDpdProfileSpec defines the desired state of PolicyIpsecVpnDpdProfile
func (*PolicyIpsecVpnDpdProfileSpec) DeepCopy ¶
func (in *PolicyIpsecVpnDpdProfileSpec) DeepCopy() *PolicyIpsecVpnDpdProfileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnDpdProfileSpec.
func (*PolicyIpsecVpnDpdProfileSpec) DeepCopyInto ¶
func (in *PolicyIpsecVpnDpdProfileSpec) DeepCopyInto(out *PolicyIpsecVpnDpdProfileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PolicyIpsecVpnDpdProfileStatus ¶
type PolicyIpsecVpnDpdProfileStatus struct { v1.ResourceStatus `json:",inline"` AtProvider PolicyIpsecVpnDpdProfileObservation `json:"atProvider,omitempty"` }
PolicyIpsecVpnDpdProfileStatus defines the observed state of PolicyIpsecVpnDpdProfile.
func (*PolicyIpsecVpnDpdProfileStatus) DeepCopy ¶
func (in *PolicyIpsecVpnDpdProfileStatus) DeepCopy() *PolicyIpsecVpnDpdProfileStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnDpdProfileStatus.
func (*PolicyIpsecVpnDpdProfileStatus) DeepCopyInto ¶
func (in *PolicyIpsecVpnDpdProfileStatus) DeepCopyInto(out *PolicyIpsecVpnDpdProfileStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagObservation ¶
type TagObservation struct { Scope *string `json:"scope,omitempty" tf:"scope,omitempty"` Tag *string `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*TagObservation) DeepCopy ¶
func (in *TagObservation) DeepCopy() *TagObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagObservation.
func (*TagObservation) DeepCopyInto ¶
func (in *TagObservation) DeepCopyInto(out *TagObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
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"` }
func (*TagParameters) DeepCopy ¶
func (in *TagParameters) DeepCopy() *TagParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagParameters.
func (*TagParameters) DeepCopyInto ¶
func (in *TagParameters) DeepCopyInto(out *TagParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.