Documentation
¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtpolicyipsecvpnikeprofile.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type PolicyIpsecVpnIkeProfile
- func (in *PolicyIpsecVpnIkeProfile) DeepCopy() *PolicyIpsecVpnIkeProfile
- func (in *PolicyIpsecVpnIkeProfile) DeepCopyInto(out *PolicyIpsecVpnIkeProfile)
- func (in *PolicyIpsecVpnIkeProfile) DeepCopyObject() runtime.Object
- func (mg *PolicyIpsecVpnIkeProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *PolicyIpsecVpnIkeProfile) GetConnectionDetailsMapping() map[string]string
- func (mg *PolicyIpsecVpnIkeProfile) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *PolicyIpsecVpnIkeProfile) GetID() string
- func (mg *PolicyIpsecVpnIkeProfile) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *PolicyIpsecVpnIkeProfile) GetObservation() (map[string]any, error)
- func (tr *PolicyIpsecVpnIkeProfile) GetParameters() (map[string]any, error)
- func (mg *PolicyIpsecVpnIkeProfile) GetProviderConfigReference() *xpv1.Reference
- func (mg *PolicyIpsecVpnIkeProfile) GetProviderReference() *xpv1.Reference
- func (mg *PolicyIpsecVpnIkeProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *PolicyIpsecVpnIkeProfile) GetTerraformResourceType() string
- func (tr *PolicyIpsecVpnIkeProfile) GetTerraformSchemaVersion() int
- func (mg *PolicyIpsecVpnIkeProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *PolicyIpsecVpnIkeProfile) LateInitialize(attrs []byte) (bool, error)
- func (mg *PolicyIpsecVpnIkeProfile) SetConditions(c ...xpv1.Condition)
- func (mg *PolicyIpsecVpnIkeProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *PolicyIpsecVpnIkeProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *PolicyIpsecVpnIkeProfile) SetObservation(obs map[string]any) error
- func (tr *PolicyIpsecVpnIkeProfile) SetParameters(params map[string]any) error
- func (mg *PolicyIpsecVpnIkeProfile) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *PolicyIpsecVpnIkeProfile) SetProviderReference(r *xpv1.Reference)
- func (mg *PolicyIpsecVpnIkeProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *PolicyIpsecVpnIkeProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type PolicyIpsecVpnIkeProfileList
- func (in *PolicyIpsecVpnIkeProfileList) DeepCopy() *PolicyIpsecVpnIkeProfileList
- func (in *PolicyIpsecVpnIkeProfileList) DeepCopyInto(out *PolicyIpsecVpnIkeProfileList)
- func (in *PolicyIpsecVpnIkeProfileList) DeepCopyObject() runtime.Object
- func (l *PolicyIpsecVpnIkeProfileList) GetItems() []resource.Managed
- type PolicyIpsecVpnIkeProfileObservation
- type PolicyIpsecVpnIkeProfileParameters
- type PolicyIpsecVpnIkeProfileSpec
- type PolicyIpsecVpnIkeProfileStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtpolicyipsecvpnikeprofile.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 ( PolicyIpsecVpnIkeProfile_Kind = "PolicyIpsecVpnIkeProfile" PolicyIpsecVpnIkeProfile_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: PolicyIpsecVpnIkeProfile_Kind}.String() PolicyIpsecVpnIkeProfile_KindAPIVersion = PolicyIpsecVpnIkeProfile_Kind + "." + CRDGroupVersion.String() PolicyIpsecVpnIkeProfile_GroupVersionKind = CRDGroupVersion.WithKind(PolicyIpsecVpnIkeProfile_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type PolicyIpsecVpnIkeProfile ¶
type PolicyIpsecVpnIkeProfile struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.dhGroups)",message="dhGroups is a required parameter" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.displayName)",message="displayName is a required parameter" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.encryptionAlgorithms)",message="encryptionAlgorithms is a required parameter" Spec PolicyIpsecVpnIkeProfileSpec `json:"spec"` Status PolicyIpsecVpnIkeProfileStatus `json:"status,omitempty"` }
PolicyIpsecVpnIkeProfile is the Schema for the PolicyIpsecVpnIkeProfiles 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 (*PolicyIpsecVpnIkeProfile) DeepCopy ¶
func (in *PolicyIpsecVpnIkeProfile) DeepCopy() *PolicyIpsecVpnIkeProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) DeepCopyInto ¶
func (in *PolicyIpsecVpnIkeProfile) DeepCopyInto(out *PolicyIpsecVpnIkeProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PolicyIpsecVpnIkeProfile) DeepCopyObject ¶
func (in *PolicyIpsecVpnIkeProfile) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PolicyIpsecVpnIkeProfile) GetCondition ¶
func (mg *PolicyIpsecVpnIkeProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) GetConnectionDetailsMapping ¶
func (tr *PolicyIpsecVpnIkeProfile) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this PolicyIpsecVpnIkeProfile
func (*PolicyIpsecVpnIkeProfile) GetDeletionPolicy ¶
func (mg *PolicyIpsecVpnIkeProfile) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) GetID ¶
func (tr *PolicyIpsecVpnIkeProfile) GetID() string
GetID returns ID of underlying Terraform resource of this PolicyIpsecVpnIkeProfile
func (*PolicyIpsecVpnIkeProfile) GetManagementPolicy ¶
func (mg *PolicyIpsecVpnIkeProfile) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) GetObservation ¶
func (tr *PolicyIpsecVpnIkeProfile) GetObservation() (map[string]any, error)
GetObservation of this PolicyIpsecVpnIkeProfile
func (*PolicyIpsecVpnIkeProfile) GetParameters ¶
func (tr *PolicyIpsecVpnIkeProfile) GetParameters() (map[string]any, error)
GetParameters of this PolicyIpsecVpnIkeProfile
func (*PolicyIpsecVpnIkeProfile) GetProviderConfigReference ¶
func (mg *PolicyIpsecVpnIkeProfile) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) GetProviderReference ¶
func (mg *PolicyIpsecVpnIkeProfile) GetProviderReference() *xpv1.Reference
GetProviderReference of this PolicyIpsecVpnIkeProfile. Deprecated: Use GetProviderConfigReference.
func (*PolicyIpsecVpnIkeProfile) GetPublishConnectionDetailsTo ¶
func (mg *PolicyIpsecVpnIkeProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) GetTerraformResourceType ¶
func (mg *PolicyIpsecVpnIkeProfile) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this PolicyIpsecVpnIkeProfile
func (*PolicyIpsecVpnIkeProfile) GetTerraformSchemaVersion ¶
func (tr *PolicyIpsecVpnIkeProfile) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*PolicyIpsecVpnIkeProfile) GetWriteConnectionSecretToReference ¶
func (mg *PolicyIpsecVpnIkeProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) LateInitialize ¶
func (tr *PolicyIpsecVpnIkeProfile) LateInitialize(attrs []byte) (bool, error)
LateInitialize this PolicyIpsecVpnIkeProfile using its observed tfState. returns True if there are any spec changes for the resource.
func (*PolicyIpsecVpnIkeProfile) SetConditions ¶
func (mg *PolicyIpsecVpnIkeProfile) SetConditions(c ...xpv1.Condition)
SetConditions of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) SetDeletionPolicy ¶
func (mg *PolicyIpsecVpnIkeProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) SetManagementPolicy ¶
func (mg *PolicyIpsecVpnIkeProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) SetObservation ¶
func (tr *PolicyIpsecVpnIkeProfile) SetObservation(obs map[string]any) error
SetObservation for this PolicyIpsecVpnIkeProfile
func (*PolicyIpsecVpnIkeProfile) SetParameters ¶
func (tr *PolicyIpsecVpnIkeProfile) SetParameters(params map[string]any) error
SetParameters for this PolicyIpsecVpnIkeProfile
func (*PolicyIpsecVpnIkeProfile) SetProviderConfigReference ¶
func (mg *PolicyIpsecVpnIkeProfile) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) SetProviderReference ¶
func (mg *PolicyIpsecVpnIkeProfile) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this PolicyIpsecVpnIkeProfile. Deprecated: Use SetProviderConfigReference.
func (*PolicyIpsecVpnIkeProfile) SetPublishConnectionDetailsTo ¶
func (mg *PolicyIpsecVpnIkeProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfile) SetWriteConnectionSecretToReference ¶
func (mg *PolicyIpsecVpnIkeProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this PolicyIpsecVpnIkeProfile.
type PolicyIpsecVpnIkeProfileList ¶
type PolicyIpsecVpnIkeProfileList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PolicyIpsecVpnIkeProfile `json:"items"` }
PolicyIpsecVpnIkeProfileList contains a list of PolicyIpsecVpnIkeProfiles
func (*PolicyIpsecVpnIkeProfileList) DeepCopy ¶
func (in *PolicyIpsecVpnIkeProfileList) DeepCopy() *PolicyIpsecVpnIkeProfileList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnIkeProfileList.
func (*PolicyIpsecVpnIkeProfileList) DeepCopyInto ¶
func (in *PolicyIpsecVpnIkeProfileList) DeepCopyInto(out *PolicyIpsecVpnIkeProfileList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PolicyIpsecVpnIkeProfileList) DeepCopyObject ¶
func (in *PolicyIpsecVpnIkeProfileList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PolicyIpsecVpnIkeProfileList) GetItems ¶
func (l *PolicyIpsecVpnIkeProfileList) GetItems() []resource.Managed
GetItems of this PolicyIpsecVpnIkeProfileList.
type PolicyIpsecVpnIkeProfileObservation ¶
type PolicyIpsecVpnIkeProfileObservation struct { // Description for this resource Description *string `json:"description,omitempty" tf:"description,omitempty"` DhGroups []*string `json:"dhGroups,omitempty" tf:"dh_groups,omitempty"` DigestAlgorithms []*string `json:"digestAlgorithms,omitempty" tf:"digest_algorithms,omitempty"` // Display name for this resource DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` EncryptionAlgorithms []*string `json:"encryptionAlgorithms,omitempty" tf:"encryption_algorithms,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` IkeVersion *string `json:"ikeVersion,omitempty" tf:"ike_version,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"` // 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"` SaLifeTime *float64 `json:"saLifeTime,omitempty" tf:"sa_life_time,omitempty"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*PolicyIpsecVpnIkeProfileObservation) DeepCopy ¶
func (in *PolicyIpsecVpnIkeProfileObservation) DeepCopy() *PolicyIpsecVpnIkeProfileObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnIkeProfileObservation.
func (*PolicyIpsecVpnIkeProfileObservation) DeepCopyInto ¶
func (in *PolicyIpsecVpnIkeProfileObservation) DeepCopyInto(out *PolicyIpsecVpnIkeProfileObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PolicyIpsecVpnIkeProfileParameters ¶
type PolicyIpsecVpnIkeProfileParameters struct { // Description for this resource // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // +kubebuilder:validation:Optional DhGroups []*string `json:"dhGroups,omitempty" tf:"dh_groups,omitempty"` // +kubebuilder:validation:Optional DigestAlgorithms []*string `json:"digestAlgorithms,omitempty" tf:"digest_algorithms,omitempty"` // Display name for this resource // +kubebuilder:validation:Optional DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // +kubebuilder:validation:Optional EncryptionAlgorithms []*string `json:"encryptionAlgorithms,omitempty" tf:"encryption_algorithms,omitempty"` // +kubebuilder:validation:Optional IkeVersion *string `json:"ikeVersion,omitempty" tf:"ike_version,omitempty"` // NSX ID for this resource // +kubebuilder:validation:Optional NsxID *string `json:"nsxId,omitempty" tf:"nsx_id,omitempty"` // +kubebuilder:validation:Optional SaLifeTime *float64 `json:"saLifeTime,omitempty" tf:"sa_life_time,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*PolicyIpsecVpnIkeProfileParameters) DeepCopy ¶
func (in *PolicyIpsecVpnIkeProfileParameters) DeepCopy() *PolicyIpsecVpnIkeProfileParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnIkeProfileParameters.
func (*PolicyIpsecVpnIkeProfileParameters) DeepCopyInto ¶
func (in *PolicyIpsecVpnIkeProfileParameters) DeepCopyInto(out *PolicyIpsecVpnIkeProfileParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PolicyIpsecVpnIkeProfileSpec ¶
type PolicyIpsecVpnIkeProfileSpec struct { v1.ResourceSpec `json:",inline"` ForProvider PolicyIpsecVpnIkeProfileParameters `json:"forProvider"` }
PolicyIpsecVpnIkeProfileSpec defines the desired state of PolicyIpsecVpnIkeProfile
func (*PolicyIpsecVpnIkeProfileSpec) DeepCopy ¶
func (in *PolicyIpsecVpnIkeProfileSpec) DeepCopy() *PolicyIpsecVpnIkeProfileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnIkeProfileSpec.
func (*PolicyIpsecVpnIkeProfileSpec) DeepCopyInto ¶
func (in *PolicyIpsecVpnIkeProfileSpec) DeepCopyInto(out *PolicyIpsecVpnIkeProfileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PolicyIpsecVpnIkeProfileStatus ¶
type PolicyIpsecVpnIkeProfileStatus struct { v1.ResourceStatus `json:",inline"` AtProvider PolicyIpsecVpnIkeProfileObservation `json:"atProvider,omitempty"` }
PolicyIpsecVpnIkeProfileStatus defines the observed state of PolicyIpsecVpnIkeProfile.
func (*PolicyIpsecVpnIkeProfileStatus) DeepCopy ¶
func (in *PolicyIpsecVpnIkeProfileStatus) DeepCopy() *PolicyIpsecVpnIkeProfileStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnIkeProfileStatus.
func (*PolicyIpsecVpnIkeProfileStatus) DeepCopyInto ¶
func (in *PolicyIpsecVpnIkeProfileStatus) DeepCopyInto(out *PolicyIpsecVpnIkeProfileStatus)
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.