Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtlogicalroutercentralizedserviceport.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type LogicalRouterCentralizedServicePort
- func (in *LogicalRouterCentralizedServicePort) DeepCopy() *LogicalRouterCentralizedServicePort
- func (in *LogicalRouterCentralizedServicePort) DeepCopyInto(out *LogicalRouterCentralizedServicePort)
- func (in *LogicalRouterCentralizedServicePort) DeepCopyObject() runtime.Object
- func (mg *LogicalRouterCentralizedServicePort) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *LogicalRouterCentralizedServicePort) GetConnectionDetailsMapping() map[string]string
- func (mg *LogicalRouterCentralizedServicePort) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *LogicalRouterCentralizedServicePort) GetID() string
- func (mg *LogicalRouterCentralizedServicePort) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *LogicalRouterCentralizedServicePort) GetObservation() (map[string]any, error)
- func (tr *LogicalRouterCentralizedServicePort) GetParameters() (map[string]any, error)
- func (mg *LogicalRouterCentralizedServicePort) GetProviderConfigReference() *xpv1.Reference
- func (mg *LogicalRouterCentralizedServicePort) GetProviderReference() *xpv1.Reference
- func (mg *LogicalRouterCentralizedServicePort) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *LogicalRouterCentralizedServicePort) GetTerraformResourceType() string
- func (tr *LogicalRouterCentralizedServicePort) GetTerraformSchemaVersion() int
- func (mg *LogicalRouterCentralizedServicePort) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *LogicalRouterCentralizedServicePort) LateInitialize(attrs []byte) (bool, error)
- func (mg *LogicalRouterCentralizedServicePort) SetConditions(c ...xpv1.Condition)
- func (mg *LogicalRouterCentralizedServicePort) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *LogicalRouterCentralizedServicePort) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *LogicalRouterCentralizedServicePort) SetObservation(obs map[string]any) error
- func (tr *LogicalRouterCentralizedServicePort) SetParameters(params map[string]any) error
- func (mg *LogicalRouterCentralizedServicePort) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *LogicalRouterCentralizedServicePort) SetProviderReference(r *xpv1.Reference)
- func (mg *LogicalRouterCentralizedServicePort) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *LogicalRouterCentralizedServicePort) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LogicalRouterCentralizedServicePortList
- func (in *LogicalRouterCentralizedServicePortList) DeepCopy() *LogicalRouterCentralizedServicePortList
- func (in *LogicalRouterCentralizedServicePortList) DeepCopyInto(out *LogicalRouterCentralizedServicePortList)
- func (in *LogicalRouterCentralizedServicePortList) DeepCopyObject() runtime.Object
- func (l *LogicalRouterCentralizedServicePortList) GetItems() []resource.Managed
- type LogicalRouterCentralizedServicePortObservation
- type LogicalRouterCentralizedServicePortParameters
- type LogicalRouterCentralizedServicePortSpec
- type LogicalRouterCentralizedServicePortStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtlogicalroutercentralizedserviceport.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 ( LogicalRouterCentralizedServicePort_Kind = "LogicalRouterCentralizedServicePort" LogicalRouterCentralizedServicePort_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: LogicalRouterCentralizedServicePort_Kind}.String() LogicalRouterCentralizedServicePort_KindAPIVersion = LogicalRouterCentralizedServicePort_Kind + "." + CRDGroupVersion.String() LogicalRouterCentralizedServicePort_GroupVersionKind = CRDGroupVersion.WithKind(LogicalRouterCentralizedServicePort_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type LogicalRouterCentralizedServicePort ¶
type LogicalRouterCentralizedServicePort struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.ipAddress)",message="ipAddress is a required parameter" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.linkedLogicalSwitchPortId)",message="linkedLogicalSwitchPortId is a required parameter" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.logicalRouterId)",message="logicalRouterId is a required parameter" Spec LogicalRouterCentralizedServicePortSpec `json:"spec"` Status LogicalRouterCentralizedServicePortStatus `json:"status,omitempty"` }
LogicalRouterCentralizedServicePort is the Schema for the LogicalRouterCentralizedServicePorts 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 (*LogicalRouterCentralizedServicePort) DeepCopy ¶
func (in *LogicalRouterCentralizedServicePort) DeepCopy() *LogicalRouterCentralizedServicePort
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) DeepCopyInto ¶
func (in *LogicalRouterCentralizedServicePort) DeepCopyInto(out *LogicalRouterCentralizedServicePort)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LogicalRouterCentralizedServicePort) DeepCopyObject ¶
func (in *LogicalRouterCentralizedServicePort) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LogicalRouterCentralizedServicePort) GetCondition ¶
func (mg *LogicalRouterCentralizedServicePort) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) GetConnectionDetailsMapping ¶
func (tr *LogicalRouterCentralizedServicePort) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this LogicalRouterCentralizedServicePort
func (*LogicalRouterCentralizedServicePort) GetDeletionPolicy ¶
func (mg *LogicalRouterCentralizedServicePort) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) GetID ¶
func (tr *LogicalRouterCentralizedServicePort) GetID() string
GetID returns ID of underlying Terraform resource of this LogicalRouterCentralizedServicePort
func (*LogicalRouterCentralizedServicePort) GetManagementPolicy ¶
func (mg *LogicalRouterCentralizedServicePort) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) GetObservation ¶
func (tr *LogicalRouterCentralizedServicePort) GetObservation() (map[string]any, error)
GetObservation of this LogicalRouterCentralizedServicePort
func (*LogicalRouterCentralizedServicePort) GetParameters ¶
func (tr *LogicalRouterCentralizedServicePort) GetParameters() (map[string]any, error)
GetParameters of this LogicalRouterCentralizedServicePort
func (*LogicalRouterCentralizedServicePort) GetProviderConfigReference ¶
func (mg *LogicalRouterCentralizedServicePort) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) GetProviderReference ¶
func (mg *LogicalRouterCentralizedServicePort) GetProviderReference() *xpv1.Reference
GetProviderReference of this LogicalRouterCentralizedServicePort. Deprecated: Use GetProviderConfigReference.
func (*LogicalRouterCentralizedServicePort) GetPublishConnectionDetailsTo ¶
func (mg *LogicalRouterCentralizedServicePort) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) GetTerraformResourceType ¶
func (mg *LogicalRouterCentralizedServicePort) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this LogicalRouterCentralizedServicePort
func (*LogicalRouterCentralizedServicePort) GetTerraformSchemaVersion ¶
func (tr *LogicalRouterCentralizedServicePort) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*LogicalRouterCentralizedServicePort) GetWriteConnectionSecretToReference ¶
func (mg *LogicalRouterCentralizedServicePort) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) LateInitialize ¶
func (tr *LogicalRouterCentralizedServicePort) LateInitialize(attrs []byte) (bool, error)
LateInitialize this LogicalRouterCentralizedServicePort using its observed tfState. returns True if there are any spec changes for the resource.
func (*LogicalRouterCentralizedServicePort) SetConditions ¶
func (mg *LogicalRouterCentralizedServicePort) SetConditions(c ...xpv1.Condition)
SetConditions of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) SetDeletionPolicy ¶
func (mg *LogicalRouterCentralizedServicePort) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) SetManagementPolicy ¶
func (mg *LogicalRouterCentralizedServicePort) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) SetObservation ¶
func (tr *LogicalRouterCentralizedServicePort) SetObservation(obs map[string]any) error
SetObservation for this LogicalRouterCentralizedServicePort
func (*LogicalRouterCentralizedServicePort) SetParameters ¶
func (tr *LogicalRouterCentralizedServicePort) SetParameters(params map[string]any) error
SetParameters for this LogicalRouterCentralizedServicePort
func (*LogicalRouterCentralizedServicePort) SetProviderConfigReference ¶
func (mg *LogicalRouterCentralizedServicePort) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) SetProviderReference ¶
func (mg *LogicalRouterCentralizedServicePort) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this LogicalRouterCentralizedServicePort. Deprecated: Use SetProviderConfigReference.
func (*LogicalRouterCentralizedServicePort) SetPublishConnectionDetailsTo ¶
func (mg *LogicalRouterCentralizedServicePort) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePort) SetWriteConnectionSecretToReference ¶
func (mg *LogicalRouterCentralizedServicePort) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this LogicalRouterCentralizedServicePort.
type LogicalRouterCentralizedServicePortList ¶
type LogicalRouterCentralizedServicePortList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LogicalRouterCentralizedServicePort `json:"items"` }
LogicalRouterCentralizedServicePortList contains a list of LogicalRouterCentralizedServicePorts
func (*LogicalRouterCentralizedServicePortList) DeepCopy ¶
func (in *LogicalRouterCentralizedServicePortList) DeepCopy() *LogicalRouterCentralizedServicePortList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogicalRouterCentralizedServicePortList.
func (*LogicalRouterCentralizedServicePortList) DeepCopyInto ¶
func (in *LogicalRouterCentralizedServicePortList) DeepCopyInto(out *LogicalRouterCentralizedServicePortList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LogicalRouterCentralizedServicePortList) DeepCopyObject ¶
func (in *LogicalRouterCentralizedServicePortList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LogicalRouterCentralizedServicePortList) GetItems ¶
func (l *LogicalRouterCentralizedServicePortList) GetItems() []resource.Managed
GetItems of this LogicalRouterCentralizedServicePortList.
type LogicalRouterCentralizedServicePortObservation ¶
type LogicalRouterCentralizedServicePortObservation struct { // Description of this resource Description *string `json:"description,omitempty" tf:"description,omitempty"` // The display name of this resource. Defaults to ID if not set DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // Logical router port subnet (ipAddress / prefix length) IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"` // Identifier for port on logical switch to connect to LinkedLogicalSwitchPortID *string `json:"linkedLogicalSwitchPortId,omitempty" tf:"linked_logical_switch_port_id,omitempty"` // Identifier for logical router on which this port is created LogicalRouterID *string `json:"logicalRouterId,omitempty" tf:"logical_router_id,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"` // Unicast Reverse Path Forwarding mode UrpfMode *string `json:"urpfMode,omitempty" tf:"urpf_mode,omitempty"` }
func (*LogicalRouterCentralizedServicePortObservation) DeepCopy ¶
func (in *LogicalRouterCentralizedServicePortObservation) DeepCopy() *LogicalRouterCentralizedServicePortObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogicalRouterCentralizedServicePortObservation.
func (*LogicalRouterCentralizedServicePortObservation) DeepCopyInto ¶
func (in *LogicalRouterCentralizedServicePortObservation) DeepCopyInto(out *LogicalRouterCentralizedServicePortObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LogicalRouterCentralizedServicePortParameters ¶
type LogicalRouterCentralizedServicePortParameters struct { // Description of this resource // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // The display name of this resource. Defaults to ID if not set // +kubebuilder:validation:Optional DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // Logical router port subnet (ipAddress / prefix length) // +kubebuilder:validation:Optional IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"` // Identifier for port on logical switch to connect to // +kubebuilder:validation:Optional LinkedLogicalSwitchPortID *string `json:"linkedLogicalSwitchPortId,omitempty" tf:"linked_logical_switch_port_id,omitempty"` // Identifier for logical router on which this port is created // +kubebuilder:validation:Optional LogicalRouterID *string `json:"logicalRouterId,omitempty" tf:"logical_router_id,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` // Unicast Reverse Path Forwarding mode // +kubebuilder:validation:Optional UrpfMode *string `json:"urpfMode,omitempty" tf:"urpf_mode,omitempty"` }
func (*LogicalRouterCentralizedServicePortParameters) DeepCopy ¶
func (in *LogicalRouterCentralizedServicePortParameters) DeepCopy() *LogicalRouterCentralizedServicePortParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogicalRouterCentralizedServicePortParameters.
func (*LogicalRouterCentralizedServicePortParameters) DeepCopyInto ¶
func (in *LogicalRouterCentralizedServicePortParameters) DeepCopyInto(out *LogicalRouterCentralizedServicePortParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LogicalRouterCentralizedServicePortSpec ¶
type LogicalRouterCentralizedServicePortSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LogicalRouterCentralizedServicePortParameters `json:"forProvider"` }
LogicalRouterCentralizedServicePortSpec defines the desired state of LogicalRouterCentralizedServicePort
func (*LogicalRouterCentralizedServicePortSpec) DeepCopy ¶
func (in *LogicalRouterCentralizedServicePortSpec) DeepCopy() *LogicalRouterCentralizedServicePortSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogicalRouterCentralizedServicePortSpec.
func (*LogicalRouterCentralizedServicePortSpec) DeepCopyInto ¶
func (in *LogicalRouterCentralizedServicePortSpec) DeepCopyInto(out *LogicalRouterCentralizedServicePortSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LogicalRouterCentralizedServicePortStatus ¶
type LogicalRouterCentralizedServicePortStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LogicalRouterCentralizedServicePortObservation `json:"atProvider,omitempty"` }
LogicalRouterCentralizedServicePortStatus defines the observed state of LogicalRouterCentralizedServicePort.
func (*LogicalRouterCentralizedServicePortStatus) DeepCopy ¶
func (in *LogicalRouterCentralizedServicePortStatus) DeepCopy() *LogicalRouterCentralizedServicePortStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogicalRouterCentralizedServicePortStatus.
func (*LogicalRouterCentralizedServicePortStatus) DeepCopyInto ¶
func (in *LogicalRouterCentralizedServicePortStatus) DeepCopyInto(out *LogicalRouterCentralizedServicePortStatus)
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.