Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtpolicyipsecvpnlocalendpoint.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type PolicyIpsecVpnLocalEndpoint
- func (in *PolicyIpsecVpnLocalEndpoint) DeepCopy() *PolicyIpsecVpnLocalEndpoint
- func (in *PolicyIpsecVpnLocalEndpoint) DeepCopyInto(out *PolicyIpsecVpnLocalEndpoint)
- func (in *PolicyIpsecVpnLocalEndpoint) DeepCopyObject() runtime.Object
- func (mg *PolicyIpsecVpnLocalEndpoint) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *PolicyIpsecVpnLocalEndpoint) GetConnectionDetailsMapping() map[string]string
- func (mg *PolicyIpsecVpnLocalEndpoint) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *PolicyIpsecVpnLocalEndpoint) GetID() string
- func (mg *PolicyIpsecVpnLocalEndpoint) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *PolicyIpsecVpnLocalEndpoint) GetObservation() (map[string]any, error)
- func (tr *PolicyIpsecVpnLocalEndpoint) GetParameters() (map[string]any, error)
- func (mg *PolicyIpsecVpnLocalEndpoint) GetProviderConfigReference() *xpv1.Reference
- func (mg *PolicyIpsecVpnLocalEndpoint) GetProviderReference() *xpv1.Reference
- func (mg *PolicyIpsecVpnLocalEndpoint) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *PolicyIpsecVpnLocalEndpoint) GetTerraformResourceType() string
- func (tr *PolicyIpsecVpnLocalEndpoint) GetTerraformSchemaVersion() int
- func (mg *PolicyIpsecVpnLocalEndpoint) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *PolicyIpsecVpnLocalEndpoint) LateInitialize(attrs []byte) (bool, error)
- func (mg *PolicyIpsecVpnLocalEndpoint) SetConditions(c ...xpv1.Condition)
- func (mg *PolicyIpsecVpnLocalEndpoint) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *PolicyIpsecVpnLocalEndpoint) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *PolicyIpsecVpnLocalEndpoint) SetObservation(obs map[string]any) error
- func (tr *PolicyIpsecVpnLocalEndpoint) SetParameters(params map[string]any) error
- func (mg *PolicyIpsecVpnLocalEndpoint) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *PolicyIpsecVpnLocalEndpoint) SetProviderReference(r *xpv1.Reference)
- func (mg *PolicyIpsecVpnLocalEndpoint) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *PolicyIpsecVpnLocalEndpoint) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type PolicyIpsecVpnLocalEndpointList
- func (in *PolicyIpsecVpnLocalEndpointList) DeepCopy() *PolicyIpsecVpnLocalEndpointList
- func (in *PolicyIpsecVpnLocalEndpointList) DeepCopyInto(out *PolicyIpsecVpnLocalEndpointList)
- func (in *PolicyIpsecVpnLocalEndpointList) DeepCopyObject() runtime.Object
- func (l *PolicyIpsecVpnLocalEndpointList) GetItems() []resource.Managed
- type PolicyIpsecVpnLocalEndpointObservation
- type PolicyIpsecVpnLocalEndpointParameters
- type PolicyIpsecVpnLocalEndpointSpec
- type PolicyIpsecVpnLocalEndpointStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtpolicyipsecvpnlocalendpoint.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 ( PolicyIpsecVpnLocalEndpoint_Kind = "PolicyIpsecVpnLocalEndpoint" PolicyIpsecVpnLocalEndpoint_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: PolicyIpsecVpnLocalEndpoint_Kind}.String() PolicyIpsecVpnLocalEndpoint_KindAPIVersion = PolicyIpsecVpnLocalEndpoint_Kind + "." + CRDGroupVersion.String() PolicyIpsecVpnLocalEndpoint_GroupVersionKind = CRDGroupVersion.WithKind(PolicyIpsecVpnLocalEndpoint_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type PolicyIpsecVpnLocalEndpoint ¶
type PolicyIpsecVpnLocalEndpoint 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" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.localAddress)",message="localAddress is a required parameter" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.servicePath)",message="servicePath is a required parameter" Spec PolicyIpsecVpnLocalEndpointSpec `json:"spec"` Status PolicyIpsecVpnLocalEndpointStatus `json:"status,omitempty"` }
PolicyIpsecVpnLocalEndpoint is the Schema for the PolicyIpsecVpnLocalEndpoints 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 (*PolicyIpsecVpnLocalEndpoint) DeepCopy ¶
func (in *PolicyIpsecVpnLocalEndpoint) DeepCopy() *PolicyIpsecVpnLocalEndpoint
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) DeepCopyInto ¶
func (in *PolicyIpsecVpnLocalEndpoint) DeepCopyInto(out *PolicyIpsecVpnLocalEndpoint)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PolicyIpsecVpnLocalEndpoint) DeepCopyObject ¶
func (in *PolicyIpsecVpnLocalEndpoint) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PolicyIpsecVpnLocalEndpoint) GetCondition ¶
func (mg *PolicyIpsecVpnLocalEndpoint) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) GetConnectionDetailsMapping ¶
func (tr *PolicyIpsecVpnLocalEndpoint) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this PolicyIpsecVpnLocalEndpoint
func (*PolicyIpsecVpnLocalEndpoint) GetDeletionPolicy ¶
func (mg *PolicyIpsecVpnLocalEndpoint) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) GetID ¶
func (tr *PolicyIpsecVpnLocalEndpoint) GetID() string
GetID returns ID of underlying Terraform resource of this PolicyIpsecVpnLocalEndpoint
func (*PolicyIpsecVpnLocalEndpoint) GetManagementPolicy ¶
func (mg *PolicyIpsecVpnLocalEndpoint) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) GetObservation ¶
func (tr *PolicyIpsecVpnLocalEndpoint) GetObservation() (map[string]any, error)
GetObservation of this PolicyIpsecVpnLocalEndpoint
func (*PolicyIpsecVpnLocalEndpoint) GetParameters ¶
func (tr *PolicyIpsecVpnLocalEndpoint) GetParameters() (map[string]any, error)
GetParameters of this PolicyIpsecVpnLocalEndpoint
func (*PolicyIpsecVpnLocalEndpoint) GetProviderConfigReference ¶
func (mg *PolicyIpsecVpnLocalEndpoint) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) GetProviderReference ¶
func (mg *PolicyIpsecVpnLocalEndpoint) GetProviderReference() *xpv1.Reference
GetProviderReference of this PolicyIpsecVpnLocalEndpoint. Deprecated: Use GetProviderConfigReference.
func (*PolicyIpsecVpnLocalEndpoint) GetPublishConnectionDetailsTo ¶
func (mg *PolicyIpsecVpnLocalEndpoint) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) GetTerraformResourceType ¶
func (mg *PolicyIpsecVpnLocalEndpoint) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this PolicyIpsecVpnLocalEndpoint
func (*PolicyIpsecVpnLocalEndpoint) GetTerraformSchemaVersion ¶
func (tr *PolicyIpsecVpnLocalEndpoint) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*PolicyIpsecVpnLocalEndpoint) GetWriteConnectionSecretToReference ¶
func (mg *PolicyIpsecVpnLocalEndpoint) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) LateInitialize ¶
func (tr *PolicyIpsecVpnLocalEndpoint) LateInitialize(attrs []byte) (bool, error)
LateInitialize this PolicyIpsecVpnLocalEndpoint using its observed tfState. returns True if there are any spec changes for the resource.
func (*PolicyIpsecVpnLocalEndpoint) SetConditions ¶
func (mg *PolicyIpsecVpnLocalEndpoint) SetConditions(c ...xpv1.Condition)
SetConditions of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) SetDeletionPolicy ¶
func (mg *PolicyIpsecVpnLocalEndpoint) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) SetManagementPolicy ¶
func (mg *PolicyIpsecVpnLocalEndpoint) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) SetObservation ¶
func (tr *PolicyIpsecVpnLocalEndpoint) SetObservation(obs map[string]any) error
SetObservation for this PolicyIpsecVpnLocalEndpoint
func (*PolicyIpsecVpnLocalEndpoint) SetParameters ¶
func (tr *PolicyIpsecVpnLocalEndpoint) SetParameters(params map[string]any) error
SetParameters for this PolicyIpsecVpnLocalEndpoint
func (*PolicyIpsecVpnLocalEndpoint) SetProviderConfigReference ¶
func (mg *PolicyIpsecVpnLocalEndpoint) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) SetProviderReference ¶
func (mg *PolicyIpsecVpnLocalEndpoint) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this PolicyIpsecVpnLocalEndpoint. Deprecated: Use SetProviderConfigReference.
func (*PolicyIpsecVpnLocalEndpoint) SetPublishConnectionDetailsTo ¶
func (mg *PolicyIpsecVpnLocalEndpoint) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpoint) SetWriteConnectionSecretToReference ¶
func (mg *PolicyIpsecVpnLocalEndpoint) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this PolicyIpsecVpnLocalEndpoint.
type PolicyIpsecVpnLocalEndpointList ¶
type PolicyIpsecVpnLocalEndpointList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PolicyIpsecVpnLocalEndpoint `json:"items"` }
PolicyIpsecVpnLocalEndpointList contains a list of PolicyIpsecVpnLocalEndpoints
func (*PolicyIpsecVpnLocalEndpointList) DeepCopy ¶
func (in *PolicyIpsecVpnLocalEndpointList) DeepCopy() *PolicyIpsecVpnLocalEndpointList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnLocalEndpointList.
func (*PolicyIpsecVpnLocalEndpointList) DeepCopyInto ¶
func (in *PolicyIpsecVpnLocalEndpointList) DeepCopyInto(out *PolicyIpsecVpnLocalEndpointList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PolicyIpsecVpnLocalEndpointList) DeepCopyObject ¶
func (in *PolicyIpsecVpnLocalEndpointList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PolicyIpsecVpnLocalEndpointList) GetItems ¶
func (l *PolicyIpsecVpnLocalEndpointList) GetItems() []resource.Managed
GetItems of this PolicyIpsecVpnLocalEndpointList.
type PolicyIpsecVpnLocalEndpointObservation ¶
type PolicyIpsecVpnLocalEndpointObservation struct { // Policy path referencing site certificate CertificatePath *string `json:"certificatePath,omitempty" tf:"certificate_path,omitempty"` // 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"` ID *string `json:"id,omitempty" tf:"id,omitempty"` LocalAddress *string `json:"localAddress,omitempty" tf:"local_address,omitempty"` LocalID *string `json:"localId,omitempty" tf:"local_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"` // 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"` // Policy path for IPSec VPN service ServicePath *string `json:"servicePath,omitempty" tf:"service_path,omitempty"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` TrustCAPaths []*string `json:"trustCaPaths,omitempty" tf:"trust_ca_paths,omitempty"` TrustCrlPaths []*string `json:"trustCrlPaths,omitempty" tf:"trust_crl_paths,omitempty"` }
func (*PolicyIpsecVpnLocalEndpointObservation) DeepCopy ¶
func (in *PolicyIpsecVpnLocalEndpointObservation) DeepCopy() *PolicyIpsecVpnLocalEndpointObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnLocalEndpointObservation.
func (*PolicyIpsecVpnLocalEndpointObservation) DeepCopyInto ¶
func (in *PolicyIpsecVpnLocalEndpointObservation) DeepCopyInto(out *PolicyIpsecVpnLocalEndpointObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PolicyIpsecVpnLocalEndpointParameters ¶
type PolicyIpsecVpnLocalEndpointParameters struct { // Policy path referencing site certificate // +kubebuilder:validation:Optional CertificatePath *string `json:"certificatePath,omitempty" tf:"certificate_path,omitempty"` // 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 LocalAddress *string `json:"localAddress,omitempty" tf:"local_address,omitempty"` // +kubebuilder:validation:Optional LocalID *string `json:"localId,omitempty" tf:"local_id,omitempty"` // NSX ID for this resource // +kubebuilder:validation:Optional NsxID *string `json:"nsxId,omitempty" tf:"nsx_id,omitempty"` // Policy path for IPSec VPN service // +kubebuilder:validation:Optional ServicePath *string `json:"servicePath,omitempty" tf:"service_path,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` // +kubebuilder:validation:Optional TrustCAPaths []*string `json:"trustCaPaths,omitempty" tf:"trust_ca_paths,omitempty"` // +kubebuilder:validation:Optional TrustCrlPaths []*string `json:"trustCrlPaths,omitempty" tf:"trust_crl_paths,omitempty"` }
func (*PolicyIpsecVpnLocalEndpointParameters) DeepCopy ¶
func (in *PolicyIpsecVpnLocalEndpointParameters) DeepCopy() *PolicyIpsecVpnLocalEndpointParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnLocalEndpointParameters.
func (*PolicyIpsecVpnLocalEndpointParameters) DeepCopyInto ¶
func (in *PolicyIpsecVpnLocalEndpointParameters) DeepCopyInto(out *PolicyIpsecVpnLocalEndpointParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PolicyIpsecVpnLocalEndpointSpec ¶
type PolicyIpsecVpnLocalEndpointSpec struct { v1.ResourceSpec `json:",inline"` ForProvider PolicyIpsecVpnLocalEndpointParameters `json:"forProvider"` }
PolicyIpsecVpnLocalEndpointSpec defines the desired state of PolicyIpsecVpnLocalEndpoint
func (*PolicyIpsecVpnLocalEndpointSpec) DeepCopy ¶
func (in *PolicyIpsecVpnLocalEndpointSpec) DeepCopy() *PolicyIpsecVpnLocalEndpointSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnLocalEndpointSpec.
func (*PolicyIpsecVpnLocalEndpointSpec) DeepCopyInto ¶
func (in *PolicyIpsecVpnLocalEndpointSpec) DeepCopyInto(out *PolicyIpsecVpnLocalEndpointSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PolicyIpsecVpnLocalEndpointStatus ¶
type PolicyIpsecVpnLocalEndpointStatus struct { v1.ResourceStatus `json:",inline"` AtProvider PolicyIpsecVpnLocalEndpointObservation `json:"atProvider,omitempty"` }
PolicyIpsecVpnLocalEndpointStatus defines the observed state of PolicyIpsecVpnLocalEndpoint.
func (*PolicyIpsecVpnLocalEndpointStatus) DeepCopy ¶
func (in *PolicyIpsecVpnLocalEndpointStatus) DeepCopy() *PolicyIpsecVpnLocalEndpointStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyIpsecVpnLocalEndpointStatus.
func (*PolicyIpsecVpnLocalEndpointStatus) DeepCopyInto ¶
func (in *PolicyIpsecVpnLocalEndpointStatus) DeepCopyInto(out *PolicyIpsecVpnLocalEndpointStatus)
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.